This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Help with agent document selection ~Holly Frokigenoopsi 19.Dec.02 07:17 PM a Web browser Applications Development 6.0Windows 2000
Temporary index is created when db is not full-text indexed. Is your db full-text indexed? If it is not, consider creating an index.
There is an ini variable that controls the maximum size of the temporary index, but it is a REALLY bad performance hit to do full-text index search on a full-text indexed db. Especially in the agent which happens over and over again on regular basis. The temporary index is re-created every time anyone runs the agent, and it really put a strain on any system, effeting everyone and everything.
This is the ini variable, but I recommend you don't use it and full text index the database instead.